home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / pcfig4th.zip / README < prev    next >
Text File  |  1983-08-06  |  4KB  |  128 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. You should have recieved two disks with the files  described
  7. below. 
  8.  
  9.       * FIRST: make a copy of both disks. 
  10.  
  11.       * SECOND: read the user's guide and study the examples
  12.         given. 
  13.  
  14.       * THIRD: have fun! 
  15.  
  16.       * FOURTH: report any bugs or suggestions to:
  17.  
  18.         Joe Smith
  19.         U.  of Penn.  Dept.  of Chemistry
  20.         34th and Spruce St. 
  21.         Philadelphia, PA 19104
  22.  
  23.  
  24. The first disk contains the  executable  FORTHs  and  screen
  25. files:
  26.  
  27.      4TH.COM         This is the FORTH kernel asssembled from
  28.                      the MASM source files
  29.  
  30.      FORTH.COM       This is the FORTH interpreter with added
  31.                      utilities, editor and the file interface
  32.  
  33.      PCFORTH.COM     This is equivalent to FORTH.COM, but
  34.                      using the IBM options and extensions. 
  35.  
  36.  
  37. The  following  are  all  screen  files  to  be  used   with
  38. FORTH.COM:
  39.  
  40.      ASM.SCR         FORTH 8086 assembler
  41.  
  42.      FUTIL.SCR       File utility functions
  43.  
  44.      UTIL.SCR        General purpose utilities
  45.  
  46.      SCREENED.SCR    A screen-oriented editor for FORTH screens
  47.  
  48.      CASE.SCR        Code to add case structures to FORTH
  49.  
  50.      FILES.SCR       The MS-DOS file interface.  These
  51.                      screens are included in FORTH.COM
  52.  
  53.      EDITOR.SCR      The editor described in STARTING FORTH
  54.  
  55.      CODE.SCR        Examples of FORTH assembler definitions
  56.  
  57.      MESSAGES.SCR    FORTH error messages
  58.  
  59.      STRINGS.SCR     Words to add string capabilities
  60.                      to FORTH
  61.  
  62.      FIGED.SCR       The editor described in the FIG-FORTH
  63.                      installation guide
  64.  
  65.      RANDOM.SCR      Random number generator
  66.  
  67.      TRIG.SCR        SINE and COSINE functions
  68.  
  69.      LIFE.SCR        The game of life
  70.  
  71.      ARRAYS.SCR      FORTH words to define and use arrays
  72.  
  73.      SIEVE.SCR       Eratosthene's sieve in FORTH
  74.  
  75.      TIME.SCR        Time and date utilities
  76.  
  77.      GR.SCR          Graphics utilities for the IBM-PC
  78.  
  79.      BREAK4TH.SCR    Video game for the IBM-PC
  80.  
  81.  
  82.  
  83.  
  84.  
  85. The second disk  contains  the  FORTH  assembly  source  and
  86. documentation, as well as some helpful batch files:
  87.  
  88.      4TH-UG.DOC      FIG-FORTH user's guide
  89.  
  90.      4TH-UG.TOC      Table of contents for the user's guide
  91.  
  92.      4TH-SYSD.ASM    MASM source for system dependent
  93.                      routines
  94.  
  95.      4TH-DISK.ASM    MASM source for the disk access words
  96.  
  97.      4TH-MAIN.ASM    MASM source for FORTH
  98.  
  99.      4TH-FILE.ASM    MASM source for the MS-DOS file
  100.                      interface
  101.  
  102.      4TH-XTNS.ASM    MASM source for FORTH extentions
  103.  
  104.      4TH-LIB.MAC     Macro support for assembling FORTH
  105.  
  106.      MAKGL.BAT       Batch file for MS-DOS 2.0 to make
  107.                      a glossary from the MASM source file
  108.  
  109.      SORTGL.BAT      Batch file for MS-DOS 2.0 to sort the
  110.                      glossary made by MAKGL
  111.  
  112.      4TH-OPTS.H      Header file containing assembly options
  113.                      for assembling FORTH
  114.  
  115.      MAKE4TH.BAT     Batch file for assembling and linking FORTH
  116.  
  117.      4TH-OPTS.IBM    Header file to assemble FORTH for an
  118.                      IMB-PC.  This file must be renamed to
  119.                      4TH-OPTS.H to be used
  120.  
  121.      4TH-XTNS.IBM    Alternate extensions for the IBM-PC.  This
  122.                      file has extra video and graphics functions
  123.                      peculiar to the PC.  This file must be
  124.                      renamed to 4TH-XTNS.ASM to be used. 
  125.  
  126.      GLOSSARY        Glossary of FORTH words, produced by
  127.                      MAKGL and SORTGL from the ASM files
  128.